From: Jim Blandy Date: Mon, 24 May 1993 15:01:31 +0000 (+0000) Subject: * s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96046 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dad297617db181b1077d36e818948bba4eddcd08;p=emacs.git * s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted. * s/linux.h (HAVE_SETSID): Defined. (HAVE_SOCKETS): Defined. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 818d6e84a5b..fbb6218ac9a 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -93,7 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Uncomment this later when other problems are dealt with -mkj */ -/* #define HAVE_SOCKETS */ +#define HAVE_SOCKETS /* Define this symbol if your system has the functions bcopy, etc. */ @@ -154,13 +154,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef SIGIO #endif +#define HAVE_SETSID + /* This is needed for sysdep.c */ #define HAVE_UNISTD_H /* for getpagesize.h */ -#define HAVE_ALLOCA_H /* for getdate.y */ #define NO_SIOCTL_H /* don't have sioctl.h */ -#define HAVE_DUP2 /* is builtin */ #define HAVE_RANDOM /* is builtin */ #define HAVE_CLOSEDIR #define HAVE_GETPAGESIZE